Einhugur JWT Plugin

EncodingParameters.SecretKey Property

The secret key to use for signing the token.

SecretKey as String {Read and Write}

Remarks

if you chose HS256 as algorithm, this will be the HMAC secret; for RS512 this will be the private PEM-formatted RSA key string, and so on..

See Also

EncodingParameters Class